/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #000000;
	background-image: url(../img/bg_main.jpg);
	background-repeat:no-repeat;
}

a:link, a:visited{
	/*color: #0066ff;*/
	text-decoration: none;
}

a:hover {
	/*color: #3ae6fa;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #003366;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #003366;
 font-family: Verdana;
  font-weight: bold
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #003366;
}

h5{
 font-size: 100%;
 color: #003366;
}

h6{
 font-size: 75%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #003366;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 0px solid #ffffff;
	width: 100%;
	background: #000000;
	background-image: url(../img/bg_banner.jpg);
	background-repeat:no-repeat;

	
}

#navBar{
	margin: 0 85% 0 0;
	padding: 0px;
	background-color: #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	background-image: url(../img/bg_menu.jpg);
	background-repeat:no-repeat;
}

#content{
  float:right;
	width: 85%;
	margin: 0;
	padding: 0 0 0 0;
	}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #ffffff

}
#siteName2{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #39d69a;
	font-family: Myriad Pro;
	font-weight: bold;
}



/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	color: #ffffff;
	background: #ffffff;
	background-image: url(../img/bg_pageName.jpg);

}


/************* #globalNav styles **************/

#globalNav{
color: #003366;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	/*padding: 10px 10px 10px 10px;*/
	padding:0px 0px 0px 0px;
	font-size: 80%;
	background: #d3e2e9;
	border-top: 7px solid #5fd100;
	background-image: url(../img/bg_table_main.jpg);
	background-repeat: repeat-y
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #000000;
	font-size: 75%;
	color: #003366;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
	
	#siteInfo2{
	clear: both;
	border: 1px solid #000000;
	font-size: 75%;
	color: #39d69a;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #000000;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #000000;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #000000;
	font-size: 90%;
	background-image: url(../img/bg_menu.jpg);
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #menu **************/

dl
{
	width: 90%;
	padding: 4px 0px 6px 2px;
	background: #003366;
	border-left: 1px solid #003366;
	background-image: url(../img/bg_menu.jpg);
	font-family: Myriad Pro;
	font-weight: normal
}

dt { 
	font-weight: bold; 
	color: #ffffff;
	padding: 2px;
}

dd {
	padding: 0px;
	margin: 0px 2px 0px 0px;
	background: #000000;
	
}

dd a
{
	display: block;
	border: solid 1px #faf4e8;
	padding: 2px 6px 2px 6px;
	margin: 0px 2px;
	background: #eeeeee;
	height: %;
	line-height: 1em;
	color: #000;
	text-decoration: none;
	background-image: url(../img/bg_menu_boutton2.jpg);
}

dd a:hover
{
	border: solid 1px #999;
	background: #222222;
	color: #333333;
	text-decoration: none;
	background-image: url(../img/bg_menu_boutton_hover2.jpg);
}

img a
{
border: 0px;
}

img 
{
border: 0px;
}

/************** #tableaux **************/

table {
/*border: medium solid #6495ed;*/
border-collapse: collapse;
/*width: 50%;*/
}
th {
color: #ffffff;
border: 1px #003366 solid;
padding: 5px;
background-color: #d5e3f1;
text-align: center;
background-image: url(../img/bg_table_header.jpg);
font-family: Myriad Pro;
font-weight: bold;
}
th:hover {
color: #ffffff;
border: 1px #003366 solid;
padding: 5px;
background-color: #003366;
text-align: center;
background-image: url(../img/bg_table_header_hover.jpg);
font-family: Myriad Pro;
font-weight: bold;
}
th a {
color: #ffffff;
}
th a :hover{
color: #ffffff;
}
td {
font-family: sans-serif;
padding: 5px;
font-family: Verdana;
font-weight: lighter;
/*background-color: #ffffff;*/
}
caption {
font-family: sans-serif;
}


/*************** #formulaires ************/
input {
font-family: Myriad Pro;
}


input[type=submit] {
background-color:#000000;
background-image: url(../img/bg_table_header.jpg);
border:1px solid black;
font-weight: normal;
color:#FFFFFF;
}

input[type=submit]:hover {
color: #3ae6fa;
background-color:#000000;
background-image: url(../img/bg_table_header_hover.jpg);
border:1px solid black;
font-weight: normal;
}

input[type=text] {
color: #222222;
font-family: Myriad Pro;
background-color:transparent;
border-bottom: 1px solid #20a0ea;
border-top: 0px solid #000000;
border-left: 0px solid #000000;
border-right: 0px solid #000000;
font-weight: bold;
}

input[type=button] {
background-color:#000000;
background-image: url(../img/bg_table_header.jpg);
border:1px solid black;
font-weight: normal;
}

input[type=button]:hover {
cursor: hand;
cursor: pointer;
background-color:#000000;
background-image: url(../img/bg_table_header_hover.jpg);
border:1px solid black;
font-weight: normal;
}


select {
font-family: Myriad Pro;
font-weight: normal;
}


input.boutonFinal {
background-image: url(../img/bouton_long.png);
width:210px;
height:49px;
background-color:transparent;
font-family: trajan pro;
color: #ffffff;
border:none;
}

input.boutonFinal:hover {
background-image: url(../img/bouton_long_hover.png);
width:210px;
height:49px;
background-color:transparent;
font-family: trajan pro;
color: #ffffff;
border:none;
}

input.InputHelp {
color: #969696;
}

TEXTAREA {
background-color:transparent;
border-bottom: 1px solid #20a0ea;
border-top: 1px solid #20a0ea;
border-left: 1px solid #20a0ea;
border-right: 1px solid #20a0ea;
font-family: Myriad Pro;
font-size: 90%;
}

select {
background-color:#d4e3ea;
border-bottom: 1px solid #20a0ea;
border-top: 1px solid #20a0ea;
border-left: 1px solid #20a0ea;
border-right: 1px solid #20a0ea;
font-family: Myriad Pro;
font-size: 90%;
}


.tabHead {
color: #ffffff;
}

input.tabHead:hover {
color: #ffffff;
}
/*********** #labels ****************/
label {
font-family: Myriad Pro;
font-weight: bold;
}

/*********** #misc *****************/
#interSec{
	background-image: url(../img/bg_interSec.jpg);
	background-repeat: repeat-x;
}

.sepVert{
	background-image: url(../img/sep_vert.jpg);
	background-repeat: repeat-y;
}

.sepVert2{
	background-image: url(../img/sep_vert2.jpg);
	background-repeat: repeat-y;
}

.alert{
	font-family: Myriad Pro;
	font-size: 100%;
	color: #ff0000;
	padding: 5px;
	text-align: center;

}


.home{
	background-image: url(../img/bg_home.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	color:#ffffff;
	font-family: trajan pro;
	font-size: 180%;
	
}


.photoTab {
	border:0px;
	border-spacing: 0px;
	border-collapse: collapse; 
	background-image: url(../img/bg_subTab.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
}


.photoTab input[type=text] {
color: #ffffff;
font-family: Myriad Pro;
background-color:#333333;
border-bottom: 1px solid #20a0ea;
border-top: 1px solid #20a0ea;
border-left: 1px solid #20a0ea;
border-right: 1px solid #20a0ea;
font-weight: bold;
}

.photoTab .alert {
	background-image: url(../img/bg_subTab_header.jpg);
	color: white;
	font-weight: bold;
	font-size: 100%;
}


.photoTab label {
	color: white;
}

.photoTab h3 {
	color: #20a0ea;
}

.photoTab th {
	padding: 0px;
	background-image: url(../img/bg_subTab_header.jpg);
	border:0px;
	height: 55px;
}
.SubTab .photoTab td {
	padding: 5px;
}

.photoTab td {
	padding: 0px;
	color:#ffffff;
}

.photoTab select {
	color:#20a0ea;
	background-color:#333333;
}

.photoTab TEXTAREA {
	color:#ffffff;
	background-color:#333333;
}

.photoTab th:hover {
	background-image: url(../img/bg_subTab_header_hover.jpg);
}

.photoTab #interSec{
	background-image: url(../img/bg_interSec_dark.jpg);
	background-repeat: repeat-x;
}


.SubTab td {
	padding: 0px;
}

.SubTab table {
	padding: 0px;
}

.SubTab .SubTab_padded {
	padding: 5px;
}


.SubTab_footer_left {
	background-image: url(../img/bg_subTab_footer_left.jpg);
	height:45px;
	width:130px;
}

.SubTab_footer_right {
	background-image: url(../img/bg_subTab_footer_right.jpg);
	height:45px;
	width:130px;
}
.SubTab_footer_center {
	background-image: url(../img/bg_subTab_footer_center.jpg);
	height:45px;
	width:*;
}

.bg_popup {
	background-color: #e0ebef;
}

.preview_announce {
	padding: 5px;
	background-image: url(../img/bg_preview.jpg);
	background-repeat:no-repeat;
	color: #1f8fcf;
	font-size:80%;
	font-weight: bold;
	
}

.preview_announce2 {
	padding: 5px;
	background-image: url(../img/bg_preview2.jpg);
	background-repeat:no-repeat;
	
}

.preview_announce3 {
	background-image: url(../img/bg_preview3.jpg);
	background-repeat:no-repeat;
	background-color: #d3e2e9;
	
}

.preview_title{
	font-size:200%;
}

td .Bg_Upload {
	background-color: #242424;
}

#Doc_Content {
	background-color: #CFD9EF;
	padding:5px;
}

.grid {
	background-image: url(../img/bg_grid.jpg);
	background-repeat:repeat-x;
	background-color: #d3e2e9;
}

.grid_item {
	border-top: 1px solid #d0dee9;
	border-bottom: 1px solid #d0dee9;
}

.Collapse_Title{
	border: 0x solid #6b95d0;
    padding: 5px;
	background-image: url(../img/div_header.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.Collapse_Content{
	border-top: 0px solid #c0d6eb;
	border-bottom: 1px solid #c0d6eb;
	border-left: 1px solid #c0d6eb;
	border-right: 1px solid #c0d6eb;
    padding: 5px;
}

.mod_label {
	border-top: 0px solid #afd0f8;
	border-bottom: 1px solid #afd0f8;
	border-left: 0px solid #afd0f8;
	border-right: 0px solid #afd0f8;
	background-image: url(../img/bg_mod_label.jpg);
	background-repeat: repeat-y;
    padding: 5px;
}

.mod_info{
	border-top: 0px solid #dae7ef;
	border-bottom: 0px solid #dae7ef;
	border-left: 0px solid #dae7ef;
	border-right: 0px solid #dae7ef;
	background-image: url(../img/bg_mod_info.jpg);
	background-repeat: repeat-y;
    padding: 5px;
}

.sectionHeader {
	background-image: url(../img/bg_pageName.jpg);
	color:#ffffff;
	font-weight: bold;
}


.log label{
	color:#ffffff;
	font-family: trajan pro;
	font-size: 50%;
	
}

.log input[type=text]{
	color:#20a0ea;
	font-family: Myriad Pro;
	font-size: 50%;
	font-weight: bold;
}

.log input[type=password] {
color: #20a0ea;
background-color:transparent;
border-bottom: 1px solid #20a0ea;
border-top: 0px solid #000000;
border-left: 0px solid #000000;
border-right: 0px solid #000000;
}

.log .alert {
	font-size: 40%;
	color:#20a0ea;
	width: 300px;
}

.failure {
	color:#da1c1c;
	font-family: trajan pro;
	font-size: 150%;
	font-weight: bold;
}

.success {
	color:#29c31d;
	font-family: trajan pro;
	font-size: 150%;
	font-weight: bold;
}

.secu{
	border : 1px solid #797777; 
}

p.petit{
	font-size : 90%;
	padding-bottom : 3px;
	padding-left : 10px;
}

p.erreur{
	font-size : 90%;
	padding-bottom : 3px;
	padding-left : 20px;
}

a.data{
	color : #00bc31;
	font-weight : bold;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
